<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: "verdana";
    font-weight: 400;
    font-style: normal;
    src: url("verdanab.ttf") format("truetype");
}
@font-face {
    font-family: "verdanab";
    font-weight: bold;
    font-style: italic;
    src: url("verdanab.ttf") format("truetype");
}
.verdana {
    font-family: "verdana";
    font-weight: 400;
    font-style:normal;
}
.verdanb {
    font-family: "verdanab";
    font-weight: bold;
    font-style: normal;
}</pre></body></html>